body{margin: 0;background: #fff;}
.header{
    background-color: #008cff;
    width: 100%;
    height: 150px;
    border-top: 1px solid transparent;
    background-image: url('icon-1.png');
}
.site-title{
    /* background-color: #000000; */
    font-size: 45px;
    color: #ffffff;
    width: 770px;
    margin-top: 45px;
    margin-left: 26%;
}
.con{
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}
.titder{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid rgb(213, 213, 213);
    padding-bottom: 2px;
    margin-top: 1px;
    position: relative;
}
.titder .v-1{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 95px;
    border-bottom: 2px solid rgb(0, 140, 255);
}
.titder .ft-1{
    font-size: 16px;
    padding-left: 16px;
    font-weight: 700;
    text-align: left;
}
.contlist{
    width: 98%;
    height: 578px;
    margin: 0 auto;
    padding: 0 10px;
    background: url("../img/gb/bg.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 25px;
    margin-bottom: 50px;
    box-shadow: 0 2px 11px hsl(0deg 0% 60% / 60%);
    position: relative;
    background-color: #fff;
}
.contlist .cont{
    width: 380px;
    height: 400px;
    position: absolute;
    left: 88px;
    top: 110px;
    padding: 5px;
    border-radius: 8px;
    line-height: 30px;
    box-shadow: 0 1px 3px #999;
    background-color: #fff;
}
.bottom{
    width: 100%;
    float: left;
    background: #fff;
    height: 75px;
    position: relative;
    z-index: 999;
}
.bottom .dh-con{
    width: 1200px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -600px;
    box-shadow: #d1d1d1 0px -1px;
    color: #666 !important;
    border-top: 1px solid #d1d1d1;
}
.bottom .dh-con .dh-bottom-br{
    -float: left;
    margin-top: 12px;
    margin-left: 67px;
    text-align: center;
}
.bottom .dh-con .dh-bottom-br a{
    color: #666 !important;
}
.bottom .dh-con .dh-bottom-br .gov-tu{
    margin-bottom: -5px;
}